Skip to content

Fix zoekt language parsing and add more token coloring #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

KonradStanski
Copy link
Contributor

@KonradStanski KonradStanski commented Dec 7, 2024

Added token coloring for operator and strings.
Also fixed the streamlanguage implementation so it would not highlight "or" at the end of strings.
fixes #83

Before:
Screenshot 2024-12-06 at 4 52 00 PM

After:
Screenshot 2024-12-06 at 4 51 18 PM
Screenshot 2024-12-06 at 4 46 19 PM

Copy link
Contributor

@brendan-kellam brendan-kellam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@brendan-kellam brendan-kellam merged commit d4e6410 into sourcebot-dev:main Dec 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syntax highlighting is always highlighting "or", regardless of word boundaries
3 participants